Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document Namespace / C1KeyedList<TKey,TItem> Class / RemoveAt Method
The zero-based index of the element to remove.

In This Topic
    RemoveAt Method (C1KeyedList<TKey,TItem>)
    In This Topic
    Removes the element at the specified index of the C1KeyedList<TKey,TItem>.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The zero-based index of the element to remove.
    See Also